home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 5
/
Amiga Tools 5.iso
/
tools
/
shell-tools
/
hil-du
/
du_h.h
< prev
next >
Wrap
C/C++ Source or Header
|
1996-03-27
|
364b
|
26 lines
#ifndef DV_H_H
#define DV_H_H
#define __USE_SYSBASE
#include <exec/types.h>
#include <exec/memory.h>
#include <exec/nodes.h>
#include <exec/lists.h>
#include <dos/dos.h>
#include <dos/dosextens.h>
#include <proto/exec.h>
#include <proto/dos.h>
#include <proto/utility.h>
#include <clib/alib_stdio_protos.h>
#include <string.h>
#include "hilsort.h"
#endif